golang.org/x/tools/internal/gcimporter.objQueue.head (field)
10 uses
golang.org/x/tools/internal/gcimporter (current package)
iexport.go#L1541: head, tail int
iexport.go#L1546: return q.head == q.tail
iexport.go#L1553: } else if q.head+len(q.ring) == q.tail {
iexport.go#L1557: part := q.ring[q.head%len(q.ring):]
iexport.go#L1558: if q.tail-q.head <= len(part) {
iexport.go#L1559: part = part[:q.tail-q.head]
iexport.go#L1565: q.ring, q.head, q.tail = nring, 0, q.tail-q.head
iexport.go#L1577: obj := q.ring[q.head%len(q.ring)]
iexport.go#L1578: q.head++
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)